Ah ok. Thanks for this hint ๐
A question about the url when creating a carte key: how important is the url? I assume, it is important ๐
The cause of my question is:
Iโve a clone of my main-ti-instance. It run under a separate url.
The main site runs for example at booking.my-restaurant.com
and the clone runs with test.my-restaurant.com.
The clone is a 1:1 copy of filesystem and database.
So, if I entered a carte key in the main instance, this key was copied to the clone. And now I assume, that this raises an error if I run the update.
Would the following an practicable solution?
- I create a carte key for the main-site
- I enter the crate key into the main-site
- I create a carte key for my test-instance
And now: any time I have to test some things, in my cloned ti-instance I override the carte key from the main-instance with the carte key for my test-instance.
Is this a good way?