<div dir="ltr">All working - Thank you<div><br></div><div>Really appreciate your help Alex!!!</div><div><br></div><div>I honestly did not think it mattered if I manually edited or restored that file. I when changing the original, I like to comment then make changes. I know that the help that you and your team provide takes up a lot of your time and recreating the issue from our emails takes even more time. I just wanted to say "Thank you!!!" and I really appreciate it all your help</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 14, 2019 at 1:01 AM Alex Lutay <<a href="mailto:alutay@sipwise.com">alutay@sipwise.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Hm, I suspect you were laying saying "I have restored<br>
/etc/mysql/sipwise.conf from backup".<br>
The file /etc/mysql/sipwise.cnf was NOT from backup,\<br>
but manually edited ;-)<br>
<br>
OK, here is the answer. Copy from one of your comments:<br>
> 3. vim /etc/mysql/sipwise.cnf<br>
>           # SIPWISE_DB_PASSWORD='XXXXXXXXXXXXXXXXX' existing<br>
>           SIPWISE_DB_PASSWORD='YYYYYYYYYYYYYYYYYYY' # from backup server<br>
<br>
Here is the code in /usr/share/ngcp-ngcpcfg/helper//sync-db<br>
> open my $SWFH, '<', '/etc/mysql/sipwise.cnf';<br>
> my $dbpass = join ' ', <$SWFH>;<br>
> close $SWFH;<br>
> $dbpass =~ s/^.*SIPWISE_DB_PASSWORD=\'([^\']+)\'.*$/$1/;<br>
<br>
At least it should be<br>
> - ... /^.*SIPWISE_DB_PASSWORD=\'([^\']+)\'.*$/$1/;<br>
> + ... /^\s*SIPWISE_DB_PASSWORD=\'([^\']+)\'.*$/$1/;<br>
<br>
I have reported it internally to improve sync-db code here, TT#60670<br>
<br>
As a quick "fix" for you, please remove the first commented line in<br>
/etc/mysql/sipwise.cnf keep only one line in file:<br>
> SIPWISE_DB_PASSWORD='YYYYYYYYYYYYYYYYYYY'<br>
(you anyway have the old password in etckeeper).<br>
<br>
Have fun!<br>
<br>
On 6/13/19 8:38 PM, Andy Clark wrote:<br>
> Still the same issue<br>
[...skipped...]<br>
<br>
-- <br>
Alex Lutay<br>
_______________________________________________<br>
Spce-user mailing list<br>
<a href="mailto:Spce-user@lists.sipwise.com" target="_blank">Spce-user@lists.sipwise.com</a><br>
<a href="https://lists.sipwise.com/listinfo/spce-user" rel="noreferrer" target="_blank">https://lists.sipwise.com/listinfo/spce-user</a><br>
</blockquote></div>