Skip to content
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

Create external-postgres.md #1181

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Conversation

jackyalbo
Copy link
Contributor

Explain the changes

  1. Adding documentation on how to use an external PostgreSQL DB instead of the default one created by the operator.

Issues: Fixed #xxx / Gap #xxx

Testing Instructions:

  • Doc added/updated
  • Tests added

1. Validate you have a working Postgres that can be accessed from external pods.
2. Create a new DB that will be used by noobaa to save its metadata. Using the following SQL command:
```sql
CREATE DATABASE nbcore WITH LC_COLLATE = ‘C’ TEMPLATE template0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We currently not creating a database on our own (the DB image creates the DB at first run), and the user probably won't give us admin credentials that can create new databases (I think). So I think it's kind of a must.
@dannyzaken WDYT?

@jackyalbo jackyalbo merged commit 5c0ab97 into noobaa:master Aug 2, 2023
14 checks passed
@mhtgrwl5
Copy link

Hi team,
Are we having any ETA on when this will be in releases?

@jackyalbo jackyalbo deleted the jacky-fix8 branch September 10, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants