Can you tell me if this is the right set up for a vpn connection ?
First is on the server location
The problem what i did have this afternoon was that i had to rewrite all the settings in the database on the server again. For now the problem is been solved. Is this the right way to do? See attachements
For the moment it is . I can see the wave forms on my home studio pc . And make overlaps better.
What do you need more to check ?
Or what can i do the best . From next week i am in a new situation on the windows 2008 server. It took a little bit longer because of a delevery of a kvm switch. Can we still use postgress or is it better to switch over to mysql ?
The *.db files are only made for use on a single computer. You will receive lots of “Database is locked” errors when you try to access them from multiple computers at the same time (or even multiple processes on the same computer).
For networked setups, you should use the PostgreSQL backend. (Microsoft SQL Server should work as well but PostgreSQL is recommended.) This requires a bit more setup work, but you end up with a solution that works for an arbitrary number of clients in your network.