It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi All,
In my confluence pages there are some old boken links which i wanted to update from the back end or using any other way.
I refered to this link and https://confluence.atlassian.com/display/CONFKB/Some+Attachments+or+Links+Are+No+Longer+Accessible+After+Server+Migration
But the step# 3 it throws error
mysql> update bodycontent set body = (select REGEXP_REPLACE(body, '\\|http://newserver/download/attachments/.*/', '|^', 'g')) where bodycontentid in (select bodycontentid from contentmigration);
ERROR 1305 (42000): FUNCTION confluence.REGEXP_REPLACE does not exist
I could understand that the function is not built-in in mySQL like Oracle.Is the function available in some repository.
Could any one please help me in resolving this .Also please let me know if there is any other way to replace the link.
Thanks in Advance,
Aravind
I think you're right - the problem is that REGEXP_REPLACE is a built in function for Oracle databases.
This StackOverflow article has some suggestions for MySQL - maybe it will help? http://stackoverflow.com/questions/986826/how-to-do-a-regular-expression-replace-in-mysql
What version of MySQL are you using? The MySQL 5.1 documentation lists some regular expression string functions: http://dev.mysql.com/doc/refman/5.1/en/regexp.html#operator_regexp
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHi Community! Kesha (kay-sha) from the Confluence marketing team here! Can you share stories with us on how your non-technical (think Marketing, Sales, HR, legal, etc.) teams are using Confluen...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.