Skip to content

Commit 967481c

Browse files
authored
Merge pull request #89 from ionos-deploy-now/ionos-deploy-now-support-patch-1
Update Database doc
2 parents 9c3d978 + c7ba7a0 commit 967481c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/docs/database.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ You can maintain configuration files such as `.env` directly in your repository.
2424
You can reference them via placeholders such as `DB_PASSWORD={{ .runtime.db.password }}` and we will automatically inject the correct values during the deployment.
2525
We support you with this during the project setup. A complete guide can be found under [runtime configuration](https://docs.ionos.space/docs/runtime-configuration/).
2626

27+
If you encounter problems with your database connection, we recommend always URL-encoding the database password using ${IONOS_DB_PASSWORD.urlEncoded()} in your environment template and disabling any additional URL encoding performed by the framework configuration to avoid double-encoding errors.
28+
2729
## Access
2830

2931
You can access the databases via phpMyAdmin right from your Deploy Now dashboard. Databases are not publicly accessible.

0 commit comments

Comments
 (0)