You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In principle Anubis can create and populate its own DB that automatically. But I hit a snag when I was developing the cloud deployment
Let's check that and possibly plan for a semi-automated deployment where we manually create a basic DB (even better if we whip together a SQL script) and then let Anubis populate it with its own tables as it'd normally do.
To Reproduce
See document linked above.
Expected behavior
Given a Postgres user with create DB perms, Anubis should be able to create its own DB in a cloud deployment---i.e. when running inside a K8s pod.
The text was updated successfully, but these errors were encountered:
Describe the bug
In principle Anubis can create and populate its own DB that automatically. But I hit a snag when I was developing the cloud deployment
Let's check that and possibly plan for a semi-automated deployment where we manually create a basic DB (even better if we whip together a SQL script) and then let Anubis populate it with its own tables as it'd normally do.
To Reproduce
See document linked above.
Expected behavior
Given a Postgres user with create DB perms, Anubis should be able to create its own DB in a cloud deployment---i.e. when running inside a K8s pod.
The text was updated successfully, but these errors were encountered: