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

Improve readme regarding usage of other databases e.g. PostgreSQL #11

Closed
raimund-schluessler opened this issue Sep 21, 2016 · 4 comments · Fixed by #29
Closed

Improve readme regarding usage of other databases e.g. PostgreSQL #11

raimund-schluessler opened this issue Sep 21, 2016 · 4 comments · Fixed by #29

Comments

@raimund-schluessler
Copy link
Member

The support of PostgreSQL as alternative to MySQL seems important to me.

@SnowMB
Copy link
Contributor

SnowMB commented Sep 21, 2016

Nothing stops you from using a PostgreSQL database. There is an official docker image you can use.

You don't even have to use a docker container. You could also run a "classic" installation of PostegreSQL on the host or another machine.

You just have to insert the connection info in the Nextcloud setup wizard.

@Wonderfall
Copy link
Member

The Dockerfile already provides the required extensions to use MySQL/MariaDB/PostgreSQL. As @SnowMB said, you only have to connect to a PGSQL instance during the Nextcloud setup wizard.

These explanations should be more detailed in the README.

@raimund-schluessler
Copy link
Member Author

raimund-schluessler commented Sep 21, 2016

The Dockerfile already provides the required extensions to use MySQL/MariaDB/PostgreSQL. As @SnowMB said, you only have to connect to a PGSQL instance during the Nextcloud setup wizard.

Alright, thanks for the insight, that's what I needed to know.

These explanations should be more detailed in the README.

Indeed, this should be in the readme, so people like me don't need to ask 😉

I changed the title to make this issue about documenting the database connection better.

@raimund-schluessler raimund-schluessler changed the title Use PostgreSQL Improve readme regarding usage of other databases e.g. PostgreSQL Sep 21, 2016
@pierreozoux
Copy link
Member

PR are welcomed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants