-
Locate PostgreSQL Docker Container:
- Use a command like
docker psto find the PostgreSQL container.
- Use a command like
-
Access the Container:
- Use SSH to access the PostgreSQL Docker container.
-
Open the PostgreSQL Console:
- Inside the container, open the PostgreSQL console with the
psqlcommand.
- Inside the container, open the PostgreSQL console with the
-
Connect to the ActivePieces Database:
- Connect to the ActivePieces database.
-
Create a Secure Password:
- Use a tool like bcrypt-generator.com to generate a new secure password, number of rounds is 10.
-
Update Your Password:
- Run the following SQL query within the PostgreSQL console, replacing
HASH_PASSWORDwith your new password andYOUR_EMAIL_ADDRESSwith your email.
- Run the following SQL query within the PostgreSQL console, replacing