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

Inline minor ODS upgrade #7397

Merged
merged 8 commits into from
Jan 10, 2023
Merged

Inline minor ODS upgrade #7397

merged 8 commits into from
Jan 10, 2023

Conversation

dyemanov
Copy link
Member

This feature was proposed at the last Firebird conference in Berlin. It allows to upgrade the existing database to the latest minor ODS version, without a need in backup/restore.

  1. Upgrade must be done manually, using gfix -upgrade
  2. It requires exclusive access to the database, error is thrown otherwise
  3. USE_GFIX_UTILITY system privilege is required
  4. Upgrade is transactional, all changes are reverted if any error happens

…pgrade. Fixed incorrect owner permissions for system packages.
…cache. Some related cleanup. Fixed remaining issues with using the current connection after isc_dpb_upgrade_db processing.
@dyemanov dyemanov self-assigned this Nov 25, 2022
@AlexPeshkoff
Copy link
Member

I see no problems with this patch

@dyemanov dyemanov merged commit aa847a7 into master Jan 10, 2023
@dyemanov dyemanov deleted the ods-upgrade branch January 10, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants