diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml
index d33bb115094..2b23ad7e301 100644
--- a/.github/BOTMETA.yml
+++ b/.github/BOTMETA.yml
@@ -848,7 +848,8 @@ files:
     maintainers: $team_postgresql
     notified: jbscalia
     migrated_to: community.general
-  $modules/database/proxysql/: *id004
+  $modules/database/proxysql/:
+    migrated_to: community.proxysql
   $modules/database/vertica/: dareko
   $modules/files/acl.py:
     ignored: astorije
@@ -3998,7 +3999,8 @@ files:
     maintainers: $team_openstack
     migrated_to: openstack.cloud
   $plugins/doc_fragments/postgres.py: *id028
-  $plugins/doc_fragments/proxysql.py: *id004
+  $plugins/doc_fragments/proxysql.py:
+    migrated_to: community.proxysql
   $plugins/doc_fragments/ucs.py: *id031
   $plugins/doc_fragments/vultr.py: *id035
   $plugins/doc_fragments/ovirt.py:
@@ -8700,19 +8702,19 @@ files:
   lib/ansible/modules/database/postgresql/postgresql_user_obj_stat_info.py:
     migrated_to: community.general
   lib/ansible/modules/database/proxysql/proxysql_backend_servers.py:
-    migrated_to: community.general
+    migrated_to: community.proxysql
   lib/ansible/modules/database/proxysql/proxysql_global_variables.py:
-    migrated_to: community.general
+    migrated_to: community.proxysql
   lib/ansible/modules/database/proxysql/proxysql_manage_config.py:
-    migrated_to: community.general
+    migrated_to: community.proxysql
   lib/ansible/modules/database/proxysql/proxysql_mysql_users.py:
-    migrated_to: community.general
+    migrated_to: community.proxysql
   lib/ansible/modules/database/proxysql/proxysql_query_rules.py:
-    migrated_to: community.general
+    migrated_to: community.proxysql
   lib/ansible/modules/database/proxysql/proxysql_replication_hostgroups.py:
-    migrated_to: community.general
+    migrated_to: community.proxysql
   lib/ansible/modules/database/proxysql/proxysql_scheduler.py:
-    migrated_to: community.general
+    migrated_to: community.proxysql
   lib/ansible/modules/database/vertica/_vertica_facts.py:
     migrated_to: community.general
   lib/ansible/modules/database/vertica/vertica_configuration.py:
diff --git a/lib/ansible/config/ansible_builtin_runtime.yml b/lib/ansible/config/ansible_builtin_runtime.yml
index 2d175026d11..fe0b92cfdea 100644
--- a/lib/ansible/config/ansible_builtin_runtime.yml
+++ b/lib/ansible/config/ansible_builtin_runtime.yml
@@ -1447,19 +1447,19 @@ plugin_routing:
     postgresql_user_obj_stat_info:
       redirect: community.general.postgresql_user_obj_stat_info
     proxysql_backend_servers:
-      redirect: community.general.proxysql_backend_servers
+      redirect: community.proxysql.proxysql_backend_servers
     proxysql_global_variables:
-      redirect: community.general.proxysql_global_variables
+      redirect: community.proxysql.proxysql_global_variables
     proxysql_manage_config:
-      redirect: community.general.proxysql_manage_config
+      redirect: community.proxysql.proxysql_manage_config
     proxysql_mysql_users:
-      redirect: community.general.proxysql_mysql_users
+      redirect: community.proxysql.proxysql_mysql_users
     proxysql_query_rules:
-      redirect: community.general.proxysql_query_rules
+      redirect: community.proxysql.proxysql_query_rules
     proxysql_replication_hostgroups:
-      redirect: community.general.proxysql_replication_hostgroups
+      redirect: community.proxysql.proxysql_replication_hostgroups
     proxysql_scheduler:
-      redirect: community.general.proxysql_scheduler
+      redirect: community.proxysql.proxysql_scheduler
     vertica_facts:
       redirect: community.general.vertica_facts
     vertica_configuration:
@@ -8403,7 +8403,7 @@ plugin_routing:
     postgres:
       redirect: community.general.postgres
     proxysql:
-      redirect: community.general.proxysql
+      redirect: community.proxysql.proxysql
     purestorage:
       redirect: community.general.purestorage
     rabbitmq: