-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
DietPi-Software | Gogs: Install latest pre-compiled binaries from GitHub for ARMv7 + x86_64 #3006
Conversation
+ DietPi-Software | Gogs: C_CHECK_URL receives 403 on GitHub download, thus skip it + DietPi-Software | Gogs: On reinstall, remove old install dir, but preserve existing configs + DietPi-Software | Gogs: Import pre-defined SQL file on fresh install to pre-create database. On current version otherwise an error occurs on access attempt
Strange, doing fresh install, entering credentials in web UI and attempt to go on results in:
First I though this was due to our manual database creation, so I used Now even exactly this is in installer, it fails with the same error. Manually dropping the database and re-importing with exactly the same commands again resolves it. Pre-created database is empty, collation as it should be:
Okay well InnoDB 4byte support (incl. Barracuda file + large prefix) solves the issue reliably. We should add this by default to MariaDB installs, after tested with all software titles. |
+ DietPi-Software | MariaDB: Assure/Enable 4-byte support (default since Stretch) and modern Barracuda file format + large table prefix (default since Buster) on all MariaDB installs. This has no effect on existing tables, setting this with ownCloud and Nextcloud installs never caused issues for other MariaDB databases and software using them, and, every Stretch to backports/Buster upgrade would break it the same way if so. However a special eye on this during Beta phase makes sense.
Status: Testing
/etc/__MACOSX
if present, coming from our archivesFixes #2999
Commit list/description: