Rank 2: Process
Unable to parse DSN: mariadb://user:...```Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 2: Process
Unable to parse DSN: mariadb://user:...```Rank 2: Process
The password contains characters like } ] ) ; *
Rank 2: Process
After downgrading to 1.3.7, this shows
Starting Data Migration to version 1.3.7
Warning: Redis::pconnect(): php_network_getaddresses: getaddrinfo failed: Try again in /usr/src/code/app/init.php on line 650php_network_getaddresses: getaddrinfo failed: Try againCheck and follow this
Rank 2: Process
So I can call docker compose up -d without having migrated yet?
That for sure
Also it's recommend to upgrade and migrate to 1.3.8 first
Rank 2: Process
Updating to 1.3.8 and docker compose down && docker compose up -d didn't help. Same error afterwards.
Rank 2: Process
Also the fix to you've sent me the link to was regarding the appwrite migrate for 1.3.7, which is not the main issue. Was just funny that it couldn't migrate to the same version. The main (first) error is with 1.4.5.
The restarting of the compose should remove the first error
Rank 2: Process
Didn't help 😦
Rank 2: Process
Everything that I need works well with 1.3.8, so I'll just try upgrading some other time.
Thanks for your effort and help ❤️
Rank 2: Process
migrate
Moderator
When running the docker exec appwrite migrate?
Rank 2: Process
If it's because of the special characters in the pw, maybe there could be a fix in the future
Rank 2: Process
Yes
Moderator
Then yes, that's probably the issue
Rank 2: Process
Appwrite installed successfully
root@api:# cd appwrite/appwrite# docker compose exec appwrite migrate
root@api:
Unable to parse DSN: mariadb://user...
Moderator
As Steven mentioned
Moderator
Seems, yes, definitely the DB password 😅
Rank 2: Process
Ok so I'll wait for a fix
Moderator
You can change the DB password to something that doesn't contain special characters and then update the env var. It should work that way
Rank 2: Process
Okay
Do you think, in a future release there will be a fix for this issue?
Moderator
No idea, but you will need to go through 1.4.13 prior to 1.5 for example
Moderator
You can change the password, run migration, and then change the password to what it was initially