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

demo.sql fails due to missing accountgroups table #246

Open
dalers opened this issue Nov 18, 2024 · 0 comments
Open

demo.sql fails due to missing accountgroups table #246

dalers opened this issue Nov 18, 2024 · 0 comments

Comments

@dalers
Copy link
Collaborator

dalers commented Nov 18, 2024

demo.sql fails execution on new db with following error (MariaDb v10.6):

Error in query (1146): Table 'weberp_scc.accountgroups' doesn't exist

--
-- Dumping data for table `accountgroups`
--

[LOCK TABLES](https://mariadb.com/kb/en/library/lock-tables/) `accountgroups` WRITE

Until this issue is resolved, the workaround for configuring a new database is to:

  1. configure an empty database with schema using sql/mysql/country_sql/default.sql
  2. manually update to v4.15.2 schema following default.sql is inconsistent with VersionNumber 4.15.1 #236
  3. update to latest schema by logging in for the first time (Z_UpgradeDatabase.php runs automatically)
@dalers dalers changed the title demo.sql fails due to demo.sql fails due to missing accountgroups table Nov 18, 2024
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

No branches or pull requests

1 participant