Can I switch to Master only for a specific site?

The heading reveals it

is that possible or will I have to use a complete new installation?
also what happens if I want to restor a database I used in a development site into a master site

The codebase remains same for all sites within a bench. You will have to create a multi bench instance for your case. (New bench installation)

database will restore as per the schema in which the backup was taken. you need to then run bench migrate to sync it with the current system.

2 Likes

So dev and Master in one bench is a NoNo

thanks, can be closed