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

How to downgrade a realm file format version? #1845

Open
caeduk opened this issue Oct 10, 2024 · 2 comments
Open

How to downgrade a realm file format version? #1845

caeduk opened this issue Oct 10, 2024 · 2 comments

Comments

@caeduk
Copy link

caeduk commented Oct 10, 2024

Problem

Is it possible to revert to a previous realm version format by using the realm-kotlin SDK?
I.e downgrading from v24 to v23

Solution

No response

Alternatives

No response

How important is this improvement for you?

Would be a major improvement

Feature would mainly be used with

Local Database only

Copy link

sync-by-unito bot commented Oct 10, 2024

➤ PM Bot commented:

Jira ticket: RKOTLIN-1133

@BlueCobold
Copy link

BlueCobold commented Nov 13, 2024

I don't think this is possible unless you do it yourself by exporting all data on a higher version and creating a new lower version realm to insert it all again. Which is not possible within the same application, I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants