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

Removing datastores (migrating issue) #207

Open
liamtsang opened this issue Sep 4, 2024 · 2 comments
Open

Removing datastores (migrating issue) #207

liamtsang opened this issue Sep 4, 2024 · 2 comments

Comments

@liamtsang
Copy link

liamtsang commented Sep 4, 2024

Is there currently a way to remove a datastore / datastore version from a cloud?

My reason for this is that I attempted to upload a 0.0.2 version of my datastore and migrating the table data over - but the migration failed. Now any further attempts will migrate from the new "previous" version - which is 0.0.2 with an empty table.

Is there a way to remove datastores?
Or is there at least a workaround at the moment for versioning / accessing a previous datastore for migration? 0.0.1.1 or something?

@liamtsang
Copy link
Author

liamtsang commented Sep 4, 2024

Attempted to do a 0.0.1.x hack:
The url added a ton of slashes at the end for some reason like this:

localhost:1818/[email protected]////////////////////

The page isn’t redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    This problem can sometimes be caused by disabling or refusing to accept cookies.

Im assuming best steps forwards right now is to package the dbx and rebuild the cloud

@blakebyrnes
Copy link
Contributor

blakebyrnes commented Sep 4, 2024

There's not a delete api, but you can log into your server and edit the sqlite db there inside <DATA>/ulixee/datastores/metadata.db (https://ulixee.org/docs/datastore/overview/configuration#storage)

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

2 participants