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

Can not run multiple pacu sessions #449

Open
snowmirage opened this issue Aug 24, 2024 · 1 comment
Open

Can not run multiple pacu sessions #449

snowmirage opened this issue Aug 24, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@snowmirage
Copy link

I just spent a good few hours chasing strange errors running modules against 2 different AWS accounts. Only to find some very unexpected behavior in pacu.

To reproduce

Open 2 terminals

In terminal 1 run pacu and create a new session named "SESSION1"

In terminal 2 run pacu and create a new session named "SESSION2"

go back to terminal one and hit return and it now says SESSION2 in terminal 1.

@DaveYesland DaveYesland added bug Something isn't working enhancement New feature or request labels Jan 28, 2025
@DaveYesland
Copy link
Collaborator

Must be because Pacu is just pulling the "active session" from the same DB. Maybe adding some unique identifier for each CLI session and using that to identify which session and data to be using. Will have to look more into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants