Table of contents
Official Content

These are some features and improvements we are working on:

  • A platform will be available to manage Teams within Organizations, view available resources, and more.
  • Upcoming iterations:
    • Nexa through MCP
    • KBs will no longer be mapped to a local folder (*)
  • Remove other known limitations.

(*) Previously, all created KBs had a local mapping in the .\data\kbs folder; this will no longer be the case.

Knowledge Bases will remain only in a Docker volume, which brings improvements — for example, build performance should be better.

To improve build and overall performance, native, container-free execution is another goal.

KBs created with previous versions of GeneXus Next will no longer be able to be opened by default. If you want to "recover" one, you must "copy" the KB into the image with this command while the image is running:
docker cp <kb_folder> genexus-gxms-1:/app/kbs

To be able to view the KBs on the host as before, you must change this line in the docker-compose.yml file:
  - kbs_repository:/app/kbs
Replace it with:
  - ${GX_VOLUMES_BASE_PATH}/data/kbs:/app/kbs

And delete this other line:
kbs_repository:

Last update: June 2025 | © GeneXus. All rights reserved. GeneXus Powered by Globant