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

Warning messages in server log #2564

Open
rdenarie opened this issue Nov 5, 2024 · 5 comments
Open

Warning messages in server log #2564

rdenarie opened this issue Nov 5, 2024 · 5 comments

Comments

@rdenarie
Copy link
Member

rdenarie commented Nov 5, 2024

When starting a fresh server connected on mysql 8.4 we have warn in logs :

2024-11-04 10:04:45,348 | WARN  | 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. [liquibase.executor.jvm.JdbcExecutor]  

Expected : On a new server : no warn. On an existing server, started before the fix, no errors on changelogs

rdenarie added a commit to Meeds-io/layout that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4.
In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/kudos that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/gatein-portal that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/social that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/wallet that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/app-center that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/commons that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/app-center that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/gamification-github that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/gamification that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/notes that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/push-notifications that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/task that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to exoplatform/multifactor-authentication that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/perk-store that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/poll that referenced this issue Nov 7, 2024
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/layout that referenced this issue Jan 9, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4.
In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/notes that referenced this issue Jan 9, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/social that referenced this issue Jan 11, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/gamification that referenced this issue Jan 11, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/wallet that referenced this issue Jan 11, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
hbenali pushed a commit to Meeds-io/layout that referenced this issue Jan 14, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4.
In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
hbenali pushed a commit to Meeds-io/social that referenced this issue Jan 15, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/layout that referenced this issue Jan 15, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4.
In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/notes that referenced this issue Jan 15, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/social that referenced this issue Jan 16, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/layout that referenced this issue Jan 16, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4.
In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/notes that referenced this issue Jan 16, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
hbenali pushed a commit to Meeds-io/gatein-portal that referenced this issue Jan 20, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/social that referenced this issue Jan 20, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/layout that referenced this issue Jan 20, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4.
In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/notes that referenced this issue Jan 20, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/gamification-crowdin that referenced this issue Jan 20, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
rdenarie added a commit to Meeds-io/social that referenced this issue Jan 20, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/gatein-portal that referenced this issue Jan 21, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/social that referenced this issue Jan 21, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/layout that referenced this issue Jan 21, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4.
In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
exo-swf pushed a commit to Meeds-io/notes that referenced this issue Jan 21, 2025
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR.
This commit adapt liquibase changes in order to apply this change.

Resolves Meeds-io/meeds#2564
@srenault-meeds
Copy link
Member

@rdenarie is that still in progress?

@rdenarie
Copy link
Member Author

It is still in progress yes. I had rollback my first test, and put this in waiting state (waiting for time to treat).
We can move in ready if you prefer

@srenault-meeds
Copy link
Member

No thanks. I have added in the maintenance board on builders for follow-up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for confirmed status
Development

No branches or pull requests

3 participants