A
A
Alexander Rublev2018-10-05 18:11:52
Windows
Alexander Rublev, 2018-10-05 18:11:52

A shared program in a shared folder, okay?

Hello.
Nubo question.
I have a business accounting program written in Python.
It lies in a shared folder on the server with MYSQL, with which it works.
All clients work with this program from a shared folder.
Tell me how good and right it is?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
#
#, 2018-10-05
@Meller008

control questions:
1 - access should be limited? if it should be available to everyone - it should be in a shared folder available to everyone, at least for reading / execution. if only a user group has confidential information - you need to allocate a folder for the corresponding user group
2 - are there files that require write access? (not tables in the database, namely files) if not, you can restrict the rights to reading / execution, if there is, consider the risk of accidental / non-accidental deletion of the program / data. if files that require shared write access can be moved to another folder, it can be further complicated - code and data that do not require write access in one folder, requiring write access - in another
3 - if there is no confidant, the qualification of users is high, backups are made quite often, and the cost of losing data / code over the period of time between backups is not high, and the recovery time is short enough - you can not bother

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question