Taldres
PG_DATABASE_URL validation
Thanks for your quick response @thomast 🙂
I am using a compose-override.yml due to my Traefik setup. However, during the migration, I accidentally followed the docker-compose.yml from the main branch. The environment variable was structured accordingly there.
I also tried setting the PG_DATABASE_URL in the .env file using the previous password. However, the same error occurred there as well.
In the meantime, I found the error. It was because my password contained special characters, which apparently caused the isUrl validation to fail. As a result, I had to completely set up the database fresh and assign an alphanumeric password to successfully pass the validation.
6 replies