add printproducts_defaults inserts for new entries in (#244)

* add printproducts_defaults inserts for new entries in
product-printproducts.

* updated readme
This commit is contained in:
Arwid Thornström
2021-12-09 10:18:46 +01:00
committed by GitHub
parent d15bca53e5
commit ecff9f7313
2 changed files with 80 additions and 0 deletions
+3
View File
@@ -27,6 +27,9 @@ and use the credentials inside for the migration.
To avoid having to enter password for selected user on each run, just use a
[.pgpass](http://www.postgresql.org/docs/9.3/static/libpq-pgpass.html) file.
An example .pgpass file can be found in lastpass with name `pgpass`.
Login information for production cluster can be found is lastpass named `production-cluster - Aurora`.
`db-upgrade` assumes the `default` environment should be used if it's argument
is omitted. So, start by creating an initial `default.conf` with credentials for your localhost or some non-critical environment.