Code: Select all
supla@supla:/var/www/supla$ sudo docker logs --tail=50 suplascripts
using config file ./backend/database/phinx-config.php
using config parser php
using migration paths
- /var/www/backend/database/migrations
using seed paths
warning no environment specified, defaulting to: db
using adapter mysql
using database suplascripts
[InvalidArgumentException]
There was a problem connecting to the database: SQLSTATE[HY000] [1045] Acce
ss denied for user 'suplascripts'@'172.19.0.3' (using password: YES)
migrate [-c|--configuration CONFIGURATION] [-p|--parser PARSER] [-e|--environment
ENVIRONMENT] [-t|--target TARGET] [-d|--date DATE]
___ _ _ ___ _ _
/ __| | | | _ \ | /_\
\__ \ |_| | _/ |__ / _ \
|___/\___/|_| |____/_/ \_\
/ __| __ _ _(_)_ __| |_ ___
\__ \/ _| '_| | '_ \ _(_-<
|___/\__|_| |_| .__/\__/__/
|_| by @fracz
v2.7.6
The encryption key already exists. No changes made.
Cache has been cleared successfully
mysqldump: Got error: 1045: Access denied for user 'suplascripts'@'172.19.0.3' (using password: YES)
when trying to connect
Could not make the database backup.
Phinx by Rob Morgan - https://phinx.org. 0.8.1
using config file ./backend/database/phinx-config.php
using config parser php
using migration paths
- /var/www/backend/database/migrations
using seed paths
warning no environment specified, defaulting to: db
using adapter mysql
using database suplascripts
[InvalidArgumentException]
There was a problem connecting to the database: SQLSTATE[HY000] [1045] Acce
ss denied for user 'suplascripts'@'172.19.0.3' (using password: YES)
migrate [-c|--configuration CONFIGURATION] [-p|--parser PARSER] [-e|--environment
ENVIRONMENT] [-t|--target TARGET] [-d|--date DATE]