-
Notifications
You must be signed in to change notification settings - Fork 69
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
Installation fails when using Postgres (pgsql) #219
Comments
Here is the relevant part from the log:
|
tl;dr: Unless you really want to use Postgres, you might be better off just using MariaDB. It's been tested more and seems to work pretty well. The current version of this script installs Postgres 13. But even though that's a currently-maintained version, it doesn't seem to be able to coexist with the So the obvious next step would be to install a newer version of Postgres, like 15. But that leads to other problems I haven't tracked down yet. |
MariaDB it is. Just out of curiosity, is there any particular reason for not using php83 and let's say MariaDB 10.11? |
MariaDB versions get pretty good long-term support, and 10.6 is what Nextcloud themselves still recommend. I recall having problems using a newer version, but I don't recall what they were. As to PHP 8.3, I frankly hadn't been tracking that. I can see how the script works if I update to it, but it'll probably take me a couple of days. |
Indeed they recommend 10.6, I didn't pay attention, thanks. I'll try php83 with mdb10.6 and see what's up |
I updated the script this morning to install PHP 8.3 rather than 8.2. With that, MariaDB, and Nextcloud 29, it installs without issues and doesn't give any errors in the admin page other than that HSTS isn't enabled (which is by design). Let me know how it works for you. |
I'm running the same configuration for about 12 or more hours and it's been flawless. No issues encountered. |
pgsql installation doesn't work. I'll provide the correct log later.
The text was updated successfully, but these errors were encountered: