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

Add Ubuntu 20.04 compatibility #2

Merged
merged 6 commits into from
Mar 14, 2021
Merged

Add Ubuntu 20.04 compatibility #2

merged 6 commits into from
Mar 14, 2021

Conversation

tomamplius
Copy link
Contributor

Fix upgrade script for creation database
README update
Change default configuration values
Fix admin script with password parameter

root added 2 commits March 13, 2021 01:12
Fix upgrade script for creation database
README update
Change default configuration values
Fix admin script with password parameter
README.md Outdated
~~~

Execute the bellow script after change values like password and UTF8 locales

~~~
CREATE USER librephotos WITH PASSWORD 'password';
CREATE DATABASE "librephotos" WITH OWNER "librephotos" ENCODING 'UTF8' LC_COLLATE = 'fr_FR.UTF-8' LC_CTYPE = 'fr_FR.UTF-8' TEMPLATE template0;

Choose a reason for hiding this comment

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

Is there a reason to use fr_FR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No

@derneuere
Copy link
Member

Looks good to me!

@derneuere derneuere merged commit 2c6ca42 into LibrePhotos:main Mar 14, 2021
derneuere pushed a commit that referenced this pull request Jan 28, 2022
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 this pull request may close these issues.

None yet

3 participants