Store Server Address in LocalDB #2
Labels
No Label
client
server
user made
L
M
S
XL
bug
bugfix
discussion
documentation
feature
maintenance
postponed
refactoring
wontfix
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: zdm/envoy#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As the LocalDB stores information specific to a server, that server has to remain the same.
To ensure that the client does not connect to another server, the server's address has to be stores inside the LocalDB. If a mismatch between that address and the one stores inside the client configuration is identified, an error message has to be displayed.
Approach: store the local database files inside a folder which is dependent on the server's address.