-
Notifications
You must be signed in to change notification settings - Fork 406
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
Fix CentOS/RHEL deployment guide #8425
Conversation
Docs preview deploy✅ Successfully deployed docs preview for commit d73ae52: https://edgedb-docs-k0bwtgko9-edgedb.vercel.app (Last updated: Mar 3, 2025, 19:03:26 UTC) |
@@ -86,7 +93,7 @@ default. You can start the server by enabling the unit. | |||
$ sudo systemctl enable --now gel-server-6 | |||
|
|||
This will start the server on port 5656, and the data directory will be | |||
``/var/lib/gel/1/data``. | |||
``/var/lib/gel/6/data``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For versions 6.0 and 6.1 this is a lie. The directory is /var/lib/edgedb/6/data
for those versions, but I'm not sure it is worth adding an explanation here. The directory will be correct starting in version 6.2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine to pretend we always intended this and the old behavior was an unintentional defect.
Disable SELinux. | ||
|
||
.. code-block:: bash | ||
|
||
$ sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config | ||
$ reboot | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will no longer be necessary when geldata/gel-pkg#145 is fixed. If this change is accepted I'll open an issue reminding us to remove this blurb once the gel-pkg issue is fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
follow up issue #8440
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't speak to the technical accuracy here, but I don't see any blockers from team-devrel 🙏
see also geldata/gel-pkg#145