Nikeev / sesdashboard

Analytics and activity tracking dashboard for AWS Simple Email Service
https://sesdashboard.com/
MIT License
86 stars 27 forks source link

Error in installation #62

Closed sagem2000 closed 11 months ago

sagem2000 commented 11 months ago

Using Docker Mode

after running make init

docker compose up -d [+] Running 3/3 ✔ Container sesdashboard-webserver Started 0.1s ✔ Container sesdashboard-php-fpm Started 0.1s ✔ Container sesdashboard-mysql Started 0.0s Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Nothing to install, update or remove Package box/spout is abandoned, you should avoid using it. No replacement was suggested. Package sensio/framework-extra-bundle is abandoned, you should avoid using it. Use Symfony instead. Generating autoload files 119 packages you are using are looking for funding. Use the composer fund command to find out more!

Run composer recipes at any time to see the status of your Symfony recipes.

Executing script cache:clear [OK] Executing script assets:install public [OK]

10:34:33 CRITICAL [console] Error thrown while running command "doctrine:migrations:migrate -n". Message: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'sesdashuser'@'172.19.0.2' (using password: YES)" ["exception" => Doctrine\DBAL\Exception\ConnectionException^ { …},"command" => "doctrine:migrations:migrate -n","message" => "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'sesdashuser'@'172.19.0.2' (using password: YES)"]

In AbstractMySQLDriver.php line 112:

An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'sesdashuser'@'1 72.19.0.2' (using password: YES)

In Exception.php line 18:

SQLSTATE[HY000] [1045] Access denied for user 'sesdashuser'@'172.19.0.2' (using password: YES)

In PDOConnection.php line 40:

SQLSTATE[HY000] [1045] Access denied for user 'sesdashuser'@'172.19.0.2' (using password: YES)

doctrine:migrations:migrate [--write-sql [WRITE-SQL]] [--dry-run] [--query-time] [--allow-no-migration] [--all-or-nothing [ALL-OR-NOTHING]] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [--] []

make: *** [Makefile:26: migrations] Error 1

sagem2000 commented 11 months ago

Closing this issue, needed to delete the volume from a previous install.