-
I've just setup nginx proxy manager but whenever I go to the login and input the default credentials it always says bad gateway could anyone tell me why this is?
-
**Describe the bug**
Hi,
When switching from `dev` to `prod` or vice versa, using `yarn migration:generate auto-migration-file` will almost all of the time produces MANY **unnecessary** sql stat…
-
-
### Bug Description
`DELIMITER` does not work in migration scripts, so stored procedures/functions cant be declared.
### Minimal Reproduction
Inserting the following sql into any migration sql sc…
-
```
development:
dialect: mysql
datasource: root@/test?parseTime=true
dir: migrations/mysql
table: migrations
```
this is my dbconfig.yml, but it show 'No database selected' w…
-
Hi all,
after updating the syncstorage-rs container from 0.13.7 to 0.14.0 the container crashes.
The log is filled with this messages you see in the attached log.
[FirefoxSync_RS_logs.txt](https://g…
-
An issue that has occurred in the past is the failure of migrations given different target dbs (sqlite, postgres, mysql).
Most of these should be detectable by doing some automated testing.
i.e. D…
-
Switch from MySQL to Postgres. Possible issues:
1. Migrations are set for MySQL.
-
I'd prefer to not require psql in the environments that I run migrations from, as some environments (e.g. Heroku dynos) don't allow arbitrary installation of command line dependencies. Would you be op…
-
on a new clean ubuntu server, after the make install, mysql image is always restarting, and here is output after the make install:
=== Run backend server migrations ===
docker-compose exec backend…