sparek-3
- Total activity 1538
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 487
Comments
Recent activity by sparek-3-
I agree with many of your points... but... You can't do automation if you are requiring secondary authentication - then the question becomes what's the point of the access key if secondary user i...
-
With a bit more testing... it looks like the first time you follow these steps everything works correctly. But deleting the account and performing the steps again shows the issue. It almost has t...
-
Your Support Request ID is: 11491161
-
Well, I don't really have a test server at my disposal right now. I'm testing all of this on a production server so I'm having to be delicate but being that it's me doing the testing I can afford ...
-
There definitely seems to be some credence to the environment variable issue - although, I'm not specifically seeing any environment variables like you mentioned. But if you change /scripts/pkgac...
-
This is with MariaDB 10.1 Make sure you are checking the system user's hash select password from user where user='passtest'; not select password from user where user='passtest_one'; As far as ...
-
OK, I think I've finally been able to come up with steps to duplicate this issue. I don't know if these steps will specifically lead to the root cause, but it at least shows the problem in a consi...
-
*AEAF3F9FD323547325382B833194D44BF4CF0F83 appears to be the temporary password that is set for the user when restoring databases. I assume... In the transfer session log: Granting "theuser" acce...
-
Actually... How does /scripts/restorepkg do MySQL passwords? I was able to replicate this issue, and I enable MySQL query logging so I could see what was happening. The restore process correctly...
-
Yea... I'm seeing this issue as well. Pulling my hair out with it too. Unfortunately I am not able to duplicate it when I try to replicate the circumstances that lead to this issue. But like @vi...