Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple users using scripts connected to one database #117

Open
MichaelGoodale opened this issue Jan 12, 2019 · 0 comments
Open

Multiple users using scripts connected to one database #117

MichaelGoodale opened this issue Jan 12, 2019 · 0 comments
Labels

Comments

@MichaelGoodale
Copy link
Contributor

MichaelGoodale commented Jan 12, 2019

Currently, all of the scripts from the SPADE repo, only work if the user running the scripts is also the same user who created/ran the database.

This occurs because during the import process of pgdb, files must be overwritten and the user will not have the correct permissions do this. Unfortunately, who ever runs the script first will own the entire database, and no one else will be able to overwrite their files. (Since the SPADE scripts do the file editing "directly", i.e., without API requests)

This is the cause of MontrealCorpusTools/SPADE#10

This could potentially be fixed by making the import process be more loose with file permissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant