After we paste this code
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.3.0
There are question shoild be fill up:
- Choose your server HTTP port: (default:80) - I press enter
- Choose your servers HTTPs port (default 445: I press enter
- Choose a secret api key:** I enter a new api key**
- Enter your appwrite hostname('localhost)': I entered default but the api of my appwrite is "http://167.172.64.61/"
- Enter a DNS a record hostname ..... ? I entered
And after I fill up those questions this is the result
Localhost is correct if you don't have a domain yet.
Did you run the migrate command?
Ohh I see i did not see the next step I will try it
sir @Steven I got some error on migrate command
Wait you shouldn't have put a new secret key
ohh can I revert? what is the default secret key?
In your appwrite folder, there should be a .env and a backup one. Make sure the .env has the same openssl and mariadb variables as the backup
this is the current files in my appwrite folder
This isn't good...you shouldn't have a nested appwrite folder...
Please run ls -la
Looks like you might have run the upgrade command in the wrong folder
actually my bad I think it is safe to delete it right?
I delete it by the way and I run the upgrade cmd and yeah I fix it
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...