docs
InstallFeaturesUser guidesDevelopment
Install
Demo
Support

Jeyser CRM Phosphorus

018-09-02 - Security, Charts & UI improvements, bug fixes

This version contains security fixes for our dependencies, update as soon as possible

Migration

Please make sure that you've updated to Jeyser 2.6.0 before upgrading to this new version.

# Be sure to regularly update your server: sudo apt update && sudo apt dist-upgrade && sudo apt autoremove

# Update docker-compose
curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose

# Get new Jeyser version
cd /var/www/Incipio
chown -R $USER var/install var/migrations
git checkout master
git pull --prune # if that step fails, reach us out on gitter
git checkout v2.7.0

# Update containers
docker-compose stop web traefik
docker-compose rm -f web traefik
sed -i "s/--logLevel=DEBUG/--logLevel=ERROR/g" docker-compose.yml
sed -i 's/image: traefik:.*/image: traefik:1\.6\.6/' docker-compose.yml
sed -i 's/--web/--metrics.prometheus --ping/' docker-compose.yml

docker pull php:7.1-apache
docker-compose build web
docker-compose up -d

# Migrate & Clear cache
docker-compose exec web php bin/console -n doctrine:migration:migrate
docker-compose exec web composer clear-cache-prod
docker-compose restart web

Changelog

Comparison between 2.6.0 and 2.7.0

The main points are (ordered by importance):

  • Update Symfony & Traefik to remove security flaws
  • Improve user experience on charts (thank you @Olivier-R and M-Gate for this contribution)
  • Reduce Traefik log level to save disk space
  • General UI improvement (Thanks @PitouGames and Ouest Insa for this contribution)
  • Complete transition migration
  • Fix bug to bring skills chart back
  • Add field to edit member skills from its profile
  • Update installation script to support Ubuntu 18 (16 still supported though)
  • Default logs and shortname are jeyser's, not N7 Consulting's anymore to reduce potential confusion.
  • Fix bug preventing user from removing a related document

You can also help us improving the documentation of this page.

Phosphorus patch 1Jeyser Fluor released

Install & update Jeyser

  • Environment
    • Web server
      • Hosting provider
      • Domain name
      • Connect to your new server
        • Windows
      • Pointing a subdomain to an IP address guides
  • Install Jeyser CRM in minutes !
    • TL;DR
    • Server requirements
    • Install Jeyser using the Docker install
      • Introduction
      • Install script
  • Update Jeyser
    • Notifications are send when a new version is available
    • Update quickly
    • Advanced: Semantic versionning
  • Help for SSH connection
    • On Windows
  • Use a different email sender

Features (french)

  • Documentation français
  • Gestion associative
  • Suivi de projet
  • Prospection
  • Relations humaines
  • Trésorerie
    • Factures
    • BV
    • Notes de frais
    • Suivi
    • Administration
  • Formations
  • Indicateurs
  • Documents types
    • Paramètres
    • balises spécifiques
    • filtres
    • Avertissement
  • Documents types - FAQ
    • Formats de documents
    • Utilisation du publipostage
    • Dépannage
  • Administration
    • Gestion des documents types
    • Postes et filières
    • Roles et utilisateurs
    • Importation de données externes
    • Paramètres
  • Règlement général sur la protection des données
    • Exigences
    • Application
      • Données personnelles
      • Suppression des données
      • Export des données
    • Avertissement

User guides

  • User guides
  • Just After install
  • Add your own user guide

Technical details

  • Development
  • Jeyser CRM
  • FAQ
  • Contributing
  • Local development
    • 1 - Install Docker
    • 2 - Clone Jeyser repository
    • 3 - Prepare dist files
    • 4 - Build images and start containers
    • 5 - Prepare database
    • 6 - Login
    • 7- Develop
  • Docker Architecture
    • Docker infrastructure
  • Backup & restore
    • A word on backup & restore
      • Why backing up ?
      • Shall I do backups all by myself ?
    • Database backup & restore
    • Uploaded documents backup & restore
    • Notes
  • Demo data
    • Load data
    • Details

News

  • News
  • Jeyser CRM Sulfur
    • Changelog
  • Phosphorus patch 2
    • Migration
    • Changelog
  • Phosphorus patch 1
    • Migration
    • Changelog
  • Jeyser CRM Phosphorus
    • Migration
    • Changelog
  • Jeyser Fluor released
    • Migration
    • Changelog
  • Jeyser Oxygen released
    • Migration
      • Update from a docker installation
      • Update from a 1.11 installation
    • Changelog
  • Oxygen Beta 3 released
    • Migrations
      • from a docker installation
    • Changelog

Content Copyright © 2020 Jeyser CRM

Design (MIT) largely inspired on API Platform

Home
docs
InstallFeaturesUser guidesDevelopment
Install
Demo
Support