How do I do that please?
Nope, I didn't. I created a new docker image for this project so this is a new image and I didn't run any migration command
you must have had an old installation on the machine π§
Yes I did have an old installation. I deleted it tho
The container on docker
deleting the docker cmpose files or containers does not delete everything as data is persisted in volumes
if you're not concerned about your data, you can wipe your old instance. see https://appwrite.io/docs/advanced/self-hosting#uninstall
No I do not. I already deleted the container, so where should I run this command?
The two instances were done in different projects.
I was told I cannot have the same instance running the two projects so I deleted the old one
so what's in your folder now? and what's the folder name?
Like I mentioned, I had a previous instance in a different folder which was for my frontend built with react.js
I then created a new instance in another folder for appwrite functions because I wanted to test my functions locally before pushing to prod which will use appwrite cloud.
The instance I deleted was the one for the frontend but it still has the docker-compose.yml file and appwrite folder there.
The two folders are: Frontend - memora Functions - memora-cloud-function
go into that "deleted" instance's appwrite folder and run the command there (this will wipe the data)
Okay
So how would I now connect both folders to the single instance?
you should only have 1 appwrite
folder. delete the other one
per project?
no. per machine
If I want to create another project that uses appwrite, how would I go about it?
Okayy, I see
So the local instance works like the cloud?
One instance but with multiple projects and functions?
I have done this, let me try signing in again
Is there anything I should do before signing in?
to the Appwrite Console? create an account
I am signed in locally now. Thank you
Is there a way I can copy a project in appwrite cloud locally so I don't have to set up from scratch?
Recommended threads
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...
- Current User is Not authorized
recreating same Thread