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

Where does the storageManager read and write from? #6309

Closed
MattyBoombalatty opened this issue Apr 2, 2024 · 2 comments
Closed

Where does the storageManager read and write from? #6309

MattyBoombalatty opened this issue Apr 2, 2024 · 2 comments

Comments

@MattyBoombalatty
Copy link

Describe the desired information/correction

I'm trying to fix an issue with a PeerTube plugin, and one of the features it uses is storing data in the database via the storageManager helper. I've looked everywhere for the keys but I can't find them - including in plugins as well as user.

@kontrollanten
Copy link
Contributor

Hi! I’m not sure I understand your question, but storageManager is storing its data in Postgres. All storage is stored as JSONB in the storage column in the plugins table.

@MattyBoombalatty
Copy link
Author

Perhaps this plugin wasn't coded correctly or I'm missing something then. Thanks for the heads up - I'll continue investigating. I just wanted to confirm where the JSONB data was supposed to be stored.

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

No branches or pull requests

2 participants