diff --git a/.env.example b/.env.example index 28fa9d4de..d643c1194 100644 --- a/.env.example +++ b/.env.example @@ -34,6 +34,10 @@ DB_URL='FULL_PATH_TO_YOUR_SQLITE_DB_FILE' # DB_PASSWORD='password' # DB_NAME='name-of-database' +# The following is an example on how to use the node-postgres driver: +# DB_DRIVER='node-postgres' +# DB_URL='postgres://user:password@host:port/database' + # The below path can be used to store trusted certificates, it is not required and can be left empty. # If it is empty, it will default to `/appdata/trusted-certificates` in production. # If it is used, please use the full path to the directory where the certificates are stored. diff --git a/.run/db_migration_postgresql_generate.run copy.xml b/.run/db_migration_postgresql_generate.run copy.xml new file mode 100644 index 000000000..4bc02bdba --- /dev/null +++ b/.run/db_migration_postgresql_generate.run copy.xml @@ -0,0 +1,13 @@ + + + + + +