-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install the database for the official Drupal deploy image #357
Comments
Hi there! You can run the database in the same deployment. Here is what the YAML looks like to do that! Be sure to selected Advanced Options and change the Database Host to :
|
Thanks. Is the storage defined like above persistent? |
No - you can add that as required easily with the SDL Builder by Cloudmos. Just import the above SDL.
Run a Hashivault Server and try this : Create a policy in Vault to allow read access to the necessary secrets:
This policy allows read access to the db secret. Create a role in Vault that maps to the policy:
This creates a role named my-role that maps to the my-policy policy. Create a token for the role:
Now adapt the SDL to point at your Hashivault Server
|
I have just deployed the official awesome-akash Drupal image (which I guess is the same as the official Docker Drupal image), but when I head over to my provider's URL to install Drupal, I cannot setup the database.
Isn't the database setup included in the image?!
If it IS: where do I see/configure the database name/user/password?
If it is NOT: the pre-configured Drupal deployment is incomplete and doesn't work out of the box as is missing a database service.
The text was updated successfully, but these errors were encountered: