Pessoal hoje instalei a nova versão 2.0.6 para alguns teste.
Meu cenário:
- Ubuntu 18.04
- PHP7.2
- Mysql

Quanto a instalação tudo certo, porem estou tendo problemas ao adicionar novos usuarios, ao adicionar estou recebendo o seguinte erro:

Service "security.password_encoder" not found: even though it exists in the app's container, the container inside "Novosga\UsersBundle\Controller\DefaultController" is a smaller service locator that only knows about the "doctrine", "form.factory", "http_kernel", "parameter_bag", "request_stack", "router", "security.authorization_checker", "security.csrf.token_manager", "security.token_storage", "serializer", "session", "templating" and "twig" services. Try using dependency injection instead.

Alguma boa alma pode me dar uma luz?

Muito obrigado, ainda não testei mas hoje mesmo vou colocar para rodar a versão 2.0.7.

rogeriolino ,desculpa a ignorância, para atualizar necessito utilizar o composer ou posso baixar diretamente do Github diretamente na pasta do apache?

Na dúvida reinstalei o sistema na versão 2.0.7 pelo composer (precisa atualizar no documentation)
Ubuntu 18.04
PHP 7.2
Mysql 5.7
Apache2

Ocorre que não consigo criar usuário. Ao tentar configurar o cabeçalho da senha dá o seguinte erro:

Oops! An Error Occurred
The server returned a "405 Method Not Allowed".
Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.

127.0.0.1 - - [28/Mar/2019:14:59:58 -0300] "POST /novosga/public/novosga.settings/ HTTP/1.1" 405 4119 "http://localhost/novosga/public/novosga.settings/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0"
 [2019-03-28 14:59:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "POST /novosga.settings/": Method Not Allowed (Allow: GET)" at /var/www/html/novosga/vendor/symfony/http-kernel/EventListener/RouterListener.php line 143 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"POST /novosga.settings/\": Method Not Allowed (Allow: GET) at /var/www/html/novosga/vendor/symfony/http-kernel/EventListener/RouterListener.php:143, Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0):  at /var/www/html/novosga/vendor/symfony/routing/Matcher/Dumper/PhpMatcherTrait.php:39)"} [] 

Obrigado

    GilsonCouto Consegui resolver.

    Formatei o servidor e reinstalei novosga via composer.phar (não usei o do sistema via apt install composer), mas dessa vez sem usar o sudo ou root.

    O composer somente rodou depois de instalar o php 7.3, mas estou rodando o Apache com o PHP7.1

    Acredito que alguma configura do Symfony em root estava atrapalhando o sistema.

    Parabéns e obrigado @rogeriolino

    Vou fazer um tutorial novo para quem não estiver conseguindo.